-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
500 lines (500 loc) · 47.8 KB
/
docker-compose.logs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
Network bbonagura9_default Creating
Network bbonagura9_default Created
Container bbonagura9-postgres-1 Creating
Container bbonagura9-postgres-1 Created
Container bbonagura9-api1-1 Creating
Container bbonagura9-api2-1 Creating
Container bbonagura9-api2-1 Created
Container bbonagura9-api1-1 Created
Container bbonagura9-nginx-1 Creating
Container bbonagura9-nginx-1 Created
Attaching to api1-1, api2-1, nginx-1, postgres-1
postgres-1 | The files belonging to this database system will be owned by user "postgres".
postgres-1 | This user must also own the server process.
postgres-1 |
postgres-1 | The database cluster will be initialized with locale "en_US.utf8".
postgres-1 | The default database encoding has accordingly been set to "UTF8".
postgres-1 | The default text search configuration will be set to "english".
postgres-1 |
postgres-1 | Data page checksums are disabled.
postgres-1 |
postgres-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres-1 | creating subdirectories ... ok
postgres-1 | selecting dynamic shared memory implementation ... posix
postgres-1 | selecting default max_connections ... 100
postgres-1 | selecting default shared_buffers ... 128MB
postgres-1 | selecting default time zone ... Etc/UTC
postgres-1 | creating configuration files ... ok
postgres-1 | running bootstrap script ... ok
postgres-1 | performing post-bootstrap initialization ... ok
postgres-1 | syncing data to disk ... ok
postgres-1 |
postgres-1 |
postgres-1 | Success. You can now start the database server using:
postgres-1 |
postgres-1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres-1 |
postgres-1 | initdb: warning: enabling "trust" authentication for local connections
postgres-1 | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
postgres-1 | waiting for server to start....2024-02-19 01:25:34.470 UTC [48] LOG: starting PostgreSQL 16.1 (Debian 16.1-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
postgres-1 | 2024-02-19 01:25:34.473 UTC [48] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1 | 2024-02-19 01:25:34.483 UTC [51] LOG: database system was shut down at 2024-02-19 01:25:33 UTC
postgres-1 | 2024-02-19 01:25:34.489 UTC [48] LOG: database system is ready to accept connections
postgres-1 | done
postgres-1 | server started
nginx-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
postgres-1 | CREATE DATABASE
postgres-1 |
postgres-1 |
postgres-1 | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
postgres-1 | CREATE TABLE
postgres-1 | CREATE TABLE
postgres-1 | CREATE INDEX
postgres-1 | CREATE INDEX
postgres-1 | INSERT 0 5
postgres-1 |
postgres-1 |
postgres-1 | waiting for server to shut down...2024-02-19 01:25:34.696 UTC [48] LOG: received fast shutdown request
postgres-1 | .2024-02-19 01:25:34.698 UTC [48] LOG: aborting any active transactions
postgres-1 | 2024-02-19 01:25:34.700 UTC [48] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
postgres-1 | 2024-02-19 01:25:34.700 UTC [49] LOG: shutting down
postgres-1 | 2024-02-19 01:25:34.703 UTC [49] LOG: checkpoint starting: shutdown immediate
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
postgres-1 | 2024-02-19 01:25:35.226 UTC [49] LOG: checkpoint complete: wrote 940 buffers (5.7%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.449 s, sync=0.051 s, total=0.526 s; sync files=317, longest=0.015 s, average=0.001 s; distance=4293 kB, estimate=4293 kB; lsn=0/191BF18, redo lsn=0/191BF18
postgres-1 | 2024-02-19 01:25:35.231 UTC [48] LOG: database system is shut down
postgres-1 | done
postgres-1 | server stopped
postgres-1 |
postgres-1 | PostgreSQL init process complete; ready for start up.
postgres-1 |
postgres-1 | 2024-02-19 01:25:35.319 UTC [1] LOG: starting PostgreSQL 16.1 (Debian 16.1-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
postgres-1 | 2024-02-19 01:25:35.319 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres-1 | 2024-02-19 01:25:35.319 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres-1 | 2024-02-19 01:25:35.324 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1 | 2024-02-19 01:25:35.331 UTC [66] LOG: database system was shut down at 2024-02-19 01:25:35 UTC
postgres-1 | 2024-02-19 01:25:35.337 UTC [1] LOG: database system is ready to accept connections
api2-1 | [GIN] 2024/02/19 - 01:25:48 | 200 | 8.900126ms | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:48 | 200 | 369.274µs | 192.168.16.5 | GET "/clientes/1/extrato"
api1-1 | &{s:0xc000365800 newConnsCount:0 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003760f0 newConnsCount:1 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376150 newConnsCount:1 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003761b0 newConnsCount:2 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376210 newConnsCount:3 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376270 newConnsCount:4 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003762d0 newConnsCount:5 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376330 newConnsCount:6 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376390 newConnsCount:7 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376420 newConnsCount:9 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003764b0 newConnsCount:11 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376510 newConnsCount:12 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003765a0 newConnsCount:13 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376600 newConnsCount:14 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376660 newConnsCount:15 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003766c0 newConnsCount:16 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376720 newConnsCount:17 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376870 newConnsCount:20 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003768d0 newConnsCount:21 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376930 newConnsCount:22 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376990 newConnsCount:23 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003769f0 newConnsCount:24 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376a50 newConnsCount:25 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376ab0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376b10 newConnsCount:27 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 32.863891ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 151.960909ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 236.469648ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 212.999716ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 246.141376ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 250.527731ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 222.601641ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 317.327237ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 318.19943ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 335.903895ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 309.985165ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 325.934057ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 339.415744ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 313.033582ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 330.302837ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 337.49257ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 314.990283ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 327.465966ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 339.81959ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 328.190223ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 330.615641ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 327.7998ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 317.728736ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 320.385337ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:53 | 200 | 320.666857ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:54 | 200 | 1.484475ms | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | &{s:0xc000376c90 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376cf0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376d50 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376db0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376e10 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376e70 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376ed0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376f30 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376f90 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000376ff0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000377050 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364150 newConnsCount:2 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc0003641b0 newConnsCount:2 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364210 newConnsCount:2 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364270 newConnsCount:3 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc0003642d0 newConnsCount:4 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364330 newConnsCount:5 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364390 newConnsCount:6 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc0003643f0 newConnsCount:7 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364450 newConnsCount:8 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc0003644b0 newConnsCount:10 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364510 newConnsCount:11 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364570 newConnsCount:12 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc0003645d0 newConnsCount:14 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc0003770b0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 4.922524ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 5.316651ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 5.557942ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 8.642011ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 9.622431ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 7.50894ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 11.074363ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 11.931859ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 13.132209ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 13.506549ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 13.674314ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 15.184075ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 55.850534ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 60.503059ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 66.441412ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 66.994076ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 67.019889ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 71.480828ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 71.991416ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 71.764111ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 69.251282ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 72.338506ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 151.767211ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 151.818403ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:55 | 200 | 153.701747ms | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:56 | 200 | 1.456171ms | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 1.306011ms | 192.168.16.5 | GET "/clientes/4/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 2.284223ms | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 3.090015ms | 192.168.16.5 | GET "/clientes/3/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 3.121433ms | 192.168.16.5 | GET "/clientes/5/extrato"
api2-1 | &{s:0xc000377110 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 531.767µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc000377170 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364f30 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364f90 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 404 | 11.376417ms | 192.168.16.5 | GET "/clientes/6/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 551.29µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 2.543994ms | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 10.1863ms | 192.168.16.5 | GET "/clientes/2/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 2.854038ms | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | &{s:0xc000364ff0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 440.186µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc000377290 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 701.612µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc0003772f0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 407.204µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc000365050 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 641.854µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc0003650b0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 412.085µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 629.62µs | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | &{s:0xc000377350 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 468.201µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 1.635178ms | 192.168.16.5 | GET "/clientes/2/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 373.906µs | 192.168.16.5 | GET "/clientes/3/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 326.691µs | 192.168.16.5 | GET "/clientes/4/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 315.801µs | 192.168.16.5 | GET "/clientes/5/extrato"
api2-1 | &{s:0xc0003773e0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 410.885µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc000365110 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000365170 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000377440 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 387.603µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc0003774a0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 379.585µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 869.001µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 2.007634ms | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 433.826µs | 192.168.16.5 | GET "/clientes/5/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 365.44µs | 192.168.16.5 | GET "/clientes/3/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 337.728µs | 192.168.16.5 | GET "/clientes/4/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 848.057µs | 192.168.16.5 | GET "/clientes/2/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 445.891µs | 192.168.16.5 | GET "/clientes/1/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 334.357µs | 192.168.16.5 | GET "/clientes/2/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 383.627µs | 192.168.16.5 | GET "/clientes/2/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 199.47µs | 192.168.16.5 | GET "/clientes/5/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 192.117µs | 192.168.16.5 | GET "/clientes/4/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 550.452µs | 192.168.16.5 | GET "/clientes/3/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 294.364µs | 192.168.16.5 | GET "/clientes/1/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 742.795µs | 192.168.16.5 | GET "/clientes/2/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 276.327µs | 192.168.16.5 | GET "/clientes/3/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 243.219µs | 192.168.16.5 | GET "/clientes/3/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 407.201µs | 192.168.16.5 | GET "/clientes/5/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 779.775µs | 192.168.16.5 | GET "/clientes/5/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 255.835µs | 192.168.16.5 | GET "/clientes/4/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 350.426µs | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 484.903µs | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 200 | 301.078µs | 192.168.16.5 | GET "/clientes/4/extrato"
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 58.397µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | Error #01: json: cannot unmarshal number 1.2 into Go struct field PostTransacoesBody.Valor of type int64
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 40.336µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | Error #01: json: cannot unmarshal number 1.2 into Go struct field PostTransacoesBody.Valor of type int64
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 54.194µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | Error #01: json: cannot unmarshal number 1.2 into Go struct field PostTransacoesBody.Valor of type int64
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 37.903µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | Error #01: json: cannot unmarshal number 1.2 into Go struct field PostTransacoesBody.Valor of type int64
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 43.603µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | Error #01: Invalid: tipo
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 42.02µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | Error #01: Invalid: tipo
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 27.014µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | Error #01: Invalid: tipo
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 39.439µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | Error #01: Invalid: descricao
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 23.443µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | Error #01: Invalid: tipo
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 36.714µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | Error #01: json: cannot unmarshal number 1.2 into Go struct field PostTransacoesBody.Valor of type int64
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 25.694µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | Error #01: Invalid: descricao
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 16.681µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | Error #01: Invalid: descricao
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 47.578µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | Error #01: Invalid: descricao
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 22.918µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | Error #01: Invalid: tipo
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 22.914µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | Error #01: Invalid: descricao
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 38.126µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | Error #01: Invalid: descricao
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 23.68µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | Error #01: Invalid: descricao
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 37.733µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | Error #01: Invalid: descricao
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 22.346µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | Error #01: Invalid: descricao
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 36.78µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | Error #01: Invalid: descricao
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 32.995µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | Error #01: Invalid: descricao
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 20.807µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | Error #01: Invalid: descricao
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 23.916µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | Error #01: Invalid: descricao
api2-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 40.021µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | Error #01: Invalid: descricao
api1-1 | [GIN] 2024/02/19 - 01:25:57 | 422 | 26.281µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | Error #01: Invalid: descricao
api1-1 | &{s:0xc000364390 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:58 | 200 | 1.080788ms | 192.168.16.5 | GET "/clientes/3/extrato"
api2-1 | &{s:0xc000377830 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:58 | 200 | 601.962µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:58 | 200 | 1.270936ms | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:25:59 | 200 | 437.472µs | 192.168.16.5 | GET "/clientes/5/extrato"
api2-1 | &{s:0xc000377890 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:59 | 200 | 819.293µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | &{s:0xc000364450 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:25:59 | 200 | 595.015µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | &{s:0xc0003778f0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:25:59 | 200 | 653.567µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc0003644e0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000377950 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 612.347µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 787.493µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000364540 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 526.097µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 560.089µs | 192.168.16.5 | GET "/clientes/5/extrato"
api1-1 | &{s:0xc000364600 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 737.835µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc0003779b0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 1.726998ms | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc000364660 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 484.33µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc000377a10 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 621.584µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc0003646c0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:00 | 200 | 459.21µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc000364720 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc000377a70 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 656.316µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 652.06µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | &{s:0xc000377b00 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 601.301µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc000364780 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 533.17µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | &{s:0xc000377b60 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 566.751µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc0003647e0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 538.111µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc000377bc0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 445.477µs | 192.168.16.5 | GET "/clientes/4/extrato"
api2-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 937.964µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc000377c20 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 471.869µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000364870 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 575.05µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc000377c80 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 516.078µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc0003648d0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:01 | 200 | 472.407µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc000377ce0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 546.273µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc000364930 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 435.896µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc000377d70 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 540.621µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc000364990 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 538.114µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc000377dd0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 467.295µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc0003649f0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 607.22µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 386.258µs | 192.168.16.5 | GET "/clientes/3/extrato"
api1-1 | &{s:0xc000364a50 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 384.19µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc000377e60 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 509.728µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc000364ab0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 517.478µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc000377ef0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 485.366µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000364b10 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 428.18µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc000377f80 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:02 | 200 | 488.375µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000364b70 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 444.701µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | &{s:0xc00008c3c0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 512.576µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc000364c00 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 455.458µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc00008c420 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 493.168µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000364c90 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 487.988µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc00008c4b0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 505.42µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc000364cf0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 612.29µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc00008c510 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc000364d80 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 544.245µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 590.408µs | 192.168.16.5 | GET "/clientes/5/extrato"
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 1.50977ms | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | &{s:0xc000364de0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 441.751µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc00008c570 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 486.763µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | &{s:0xc000364e70 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 428.655µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc00008c5d0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 564.466µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc000364f30 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 429.26µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | &{s:0xc00008c660 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:03 | 200 | 378.279µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000364fc0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 511.133µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | &{s:0xc000365020 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 477.413µs | 192.168.16.5 | GET "/clientes/1/extrato"
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 502.536µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc00008c6f0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 491.857µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | &{s:0xc0003650b0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 605.628µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc00008c750 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 534.197µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc000365110 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 464.914µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc00008ccf0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 461.56µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc0003651a0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 440.028µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc00008cd80 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 490.212µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc000365200 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | &{s:0xc00008cde0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 831.78µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 490.486µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 396.195µs | 192.168.16.5 | GET "/clientes/3/extrato"
api2-1 | &{s:0xc00008ce40 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 484.933µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc000365290 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 544.17µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc0002bf1a0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 423.691µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc0003652f0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 442.083µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc0002bf200 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 527.283µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api1-1 | &{s:0xc000365380 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 460.924µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc0002bf290 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 478.125µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc0003653e0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:04 | 200 | 594.517µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc0002bf2f0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 446.718µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc000365440 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 538.342µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc0002bf410 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 456.737µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api1-1 | &{s:0xc0003654d0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 462.971µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api2-1 | &{s:0xc0002bf470 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 539.504µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000365530 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 478.199µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc0002bf500 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 439.99µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc0003655c0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 456.353µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc0002bf560 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 394.283µs | 192.168.16.5 | POST "/clientes/2/transacoes"
api1-1 | &{s:0xc000365620 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 410.084µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api2-1 | &{s:0xc0002bf5c0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | &{s:0xc0003656b0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 609.806µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 346.662µs | 192.168.16.5 | GET "/clientes/2/extrato"
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 707.395µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc0003657d0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 434.568µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc0002bf620 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 563.429µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc000365830 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 497.202µs | 192.168.16.5 | POST "/clientes/4/transacoes"
api2-1 | &{s:0xc0002bf680 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 498.28µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc0003658f0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 437.699µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc0002bf6e0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 445.63µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000365950 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 457.778µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc0002bf770 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 506.67µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc0003659b0 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:05 | 200 | 431.905µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc0002bf800 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:06 | 200 | 469.675µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | [GIN] 2024/02/19 - 01:26:06 | 200 | 403.959µs | 192.168.16.5 | GET "/clientes/1/extrato"
api2-1 | &{s:0xc0002bf860 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:06 | 200 | 564.604µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api1-1 | &{s:0xc000365a10 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:06 | 200 | 475.512µs | 192.168.16.5 | POST "/clientes/5/transacoes"
api2-1 | &{s:0xc0002bf8c0 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}
api2-1 | [GIN] 2024/02/19 - 01:26:06 | 200 | 461.934µs | 192.168.16.5 | POST "/clientes/3/transacoes"
api1-1 | &{s:0xc000365a70 newConnsCount:26 lifetimeDestroyCount:0 idleDestroyCount:0}
api1-1 | [GIN] 2024/02/19 - 01:26:06 | 200 | 494.131µs | 192.168.16.5 | POST "/clientes/1/transacoes"
api2-1 | &{s:0xc0002bf950 newConnsCount:45 lifetimeDestroyCount:0 idleDestroyCount:0}