forked from danielqsj/kafka_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
original.log
744 lines (495 loc) · 19.7 KB
/
original.log
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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
commit 800e6b0262ac7c4c6ab42e32a0b287af1ed22a89
Merge: 98133e4 fb93caa
Author: Matheus da luz <[email protected]>
Date: Thu Jul 12 11:13:46 2018 -0300
merge branch 'master' of https://github.com/matheusdaluz/kafka_exporter
commit 98133e47022fa07cef931a1570998191488daf23
Author: Matheus.Costa <[email protected]>
Date: Wed Jul 11 16:18:28 2018 -0300
parent 54278f0587bf8e2fa7c0b879d1da244535572e3a
author Matheus.Costa <[email protected]> 1531336708 -0300
committer Matheus da luz <[email protected]> 1531404395 -0300
get lag from zookeeper
Fix
new package
krallistic
merge
if removed
dep and squash
new version
Test
package krallistic with dep
commit fb93caa702d271e920c770cd0f389d6aab1be19c
Author: matheusdaluz <[email protected]>
Date: Thu Jul 12 09:45:51 2018 -0300
package krallistic with dep
commit b0f592ffccc43f5dfb9ad54b02d504c0ba2601ff
Author: matheusdaluz <[email protected]>
Date: Thu Jul 12 09:44:33 2018 -0300
Test
commit 2395431b48722fb1bf0b10158c5c03747a44ed74
Merge: b6d2058 2ebf1ad
Author: matheusdaluz <[email protected]>
Date: Thu Jul 12 09:41:25 2018 -0300
Merge branch 'master' of https://github.com/matheusdaluz/kafka_exporter
commit b6d2058c3bea3203f6b0c0238c879e1744c4ff55
Author: matheusdaluz <[email protected]>
Date: Thu Jul 12 09:27:06 2018 -0300
dep and squash
commit 2ebf1ad53af8cc75eed35e71b6a804ba953167af
Author: matheusdaluz <[email protected]>
Date: Thu Jul 12 08:55:20 2018 -0300
new version
commit f3b0ba7f550826c8920f414d0230e9e1e4c71507
Author: Matheus da luz <[email protected]>
Date: Wed Jul 11 17:45:44 2018 -0300
if removed
commit 7cbfa20f27f7289d4c408f3a49b6e16889637f39
Author: matheusdaluz <[email protected]>
Date: Wed Jul 11 17:06:51 2018 -0300
merge
commit 1dccd2e31cb00cb236673077241e337068467daa
Author: matheusdaluz <[email protected]>
Date: Wed Jul 11 17:01:41 2018 -0300
krallistic
commit dc3c9fab01f9a98872c3ff59ce120867ca72cc5f
Merge: 440fe70 abb1be5
Author: matheusdaluz <[email protected]>
Date: Wed Jul 11 17:00:16 2018 -0300
krallistic
commit 440fe7047c597a81354bfb68062398eb73dade43
Author: matheusdaluz <[email protected]>
Date: Wed Jul 11 16:59:36 2018 -0300
new package
commit abb1be5bed8dd3b8256076edc3877475fc601f55
Author: Matheus da luz <[email protected]>
Date: Wed Jul 11 16:22:54 2018 -0300
Update kafka_exporter.go
commit a0071e741e8ad1bfc89da01ddf552ed4212a09bc
Author: Matheus.Costa <[email protected]>
Date: Wed Jul 11 16:21:37 2018 -0300
Fix
commit 522202e76c9fbc1e6ce01651ec141237fc7587bb
Author: Matheus.Costa <[email protected]>
Date: Wed Jul 11 16:18:28 2018 -0300
get lag from zookeeper
commit 830660212e6c109e69dcb1cb58f5159fe3b38903
Merge: 7aa9c77 1c42bfb
Author: Daniel (Shijun) Qian <[email protected]>
Date: Sat Jul 7 22:31:15 2018 +0800
Merge pull request #47 from danielqsj/rel-1.2
Release 1.2.0
commit 1c42bfb297ce7e44f5139b1e3fd0de541dda40ad
Author: danielqsj <[email protected]>
Date: Sat Jul 7 22:28:32 2018 +0800
Release 1.2.0
commit 7aa9c7729fee557ef7902577fe9215ff2ccb24c2
Merge: 54278f0 ae33f02
Author: Daniel (Shijun) Qian <[email protected]>
Date: Sat Jul 7 21:57:03 2018 +0800
Merge pull request #46 from danielqsj/sarama
Update sarama to v1.17.0
commit ae33f0266dbe7480db480c8d6f614bb3256fc4b8
Author: danielqsj <[email protected]>
Date: Sat Jul 7 21:16:19 2018 +0800
Update sarama to v1.17.0
commit 54278f0587bf8e2fa7c0b879d1da244535572e3a
Merge: 112ce08 0640680
Author: Daniel (Shijun) Qian <[email protected]>
Date: Sat Jul 7 14:40:12 2018 +0800
Merge pull request #43 from gburanov/gburanov_error_fix
Check for sarama error
commit 112ce08b41727f68c7650d8b56c7a35829b5d49b
Merge: b87796c cce2b0b
Author: Daniel (Shijun) Qian <[email protected]>
Date: Sat Jul 7 14:37:01 2018 +0800
Merge pull request #39 from piclemx/master
Adding filter for groups
commit 0640680ff004512db7da5e14bed0d5919daef38d
Author: Georgy Buranov <[email protected]>
Date: Mon Jun 18 16:58:34 2018 +0200
Check for sarama error
commit cce2b0be679af0ee9829a2d01f59ffdf8c9844d6
Author: Alexandre Picard-Lemieux <[email protected]>
Date: Tue Jun 5 11:34:07 2018 -0400
Fix flag description
commit 248eb8c35a93029ab7bd6ea1dfef9a5dffba8594
Author: Alexandre Picard-Lemieux <[email protected]>
Date: Tue Jun 5 11:26:02 2018 -0400
Adding filter for groups
commit b87796c32ab4376fe6d47fb17df6a41cca21b046
Merge: 84cee7e 6f5328f
Author: Daniel (Shijun) Qian <[email protected]>
Date: Mon May 21 16:55:04 2018 +0800
Merge pull request #34 from chenwumail/master
Create grafana dashboard (Prometheus)
commit 6f5328fe3224d4aff093fdf1cad35a0d1e5125e6
Author: chenwumail <[email protected]>
Date: Sat May 19 10:46:58 2018 +0800
add kafka_export_overview demo picture
commit e40175cb71faecb34a5dd2589c937adfeda92767
Author: chenwumail <[email protected]>
Date: Sat May 19 10:32:53 2018 +0800
Create grafana dashboard (Prometheus)
commit 84cee7e0672f0161c05a93557cc2794a48c8a024
Author: danielqsj <[email protected]>
Date: Sat Apr 7 20:13:17 2018 +0800
Update pic
commit e3f66e2905895e7e8bd6d8af6ee7379f5c867472
Merge: ade40b4 5a76c64
Author: Daniel (Shijun) Qian <[email protected]>
Date: Sat Apr 7 20:11:01 2018 +0800
Merge pull request #26 from danielqsj/fix
Update pic
commit 5a76c64442509c6a898a243443d50bd37b9522ca
Author: danielqsj <[email protected]>
Date: Sat Apr 7 20:09:28 2018 +0800
Update pic
commit ade40b4bfb38f751388524c825c33cafc13976d4
Merge: 47a04e7 7cb402a
Author: Daniel (Shijun) Qian <[email protected]>
Date: Sat Apr 7 20:06:26 2018 +0800
Merge pull request #25 from danielqsj/fix
Enhancement
commit 7cb402a8d60b5b060499036f4ecd1b3f4f5f3347
Author: danielqsj <[email protected]>
Date: Sat Apr 7 20:02:35 2018 +0800
Release 1.1.0
commit ab154640fce55d9b5cdc53dc22b3bbe8c344936e
Author: danielqsj <[email protected]>
Date: Sat Apr 7 17:44:37 2018 +0800
Accelerate metrics collecting
commit fc92a2eae436621a4399a9c7b85f64360469ed0d
Author: danielqsj <[email protected]>
Date: Sat Apr 7 16:48:13 2018 +0800
Fast return if error when get topics
commit 1fb0d449508a6d832b0263d88d50b8f75a1f0031
Author: danielqsj <[email protected]>
Date: Sat Apr 7 16:25:56 2018 +0800
Collect consumer offset from alive brokers
commit 5d63af095c72d59af931b4211a1603a03161a71f
Author: danielqsj <[email protected]>
Date: Sat Apr 7 16:05:48 2018 +0800
Support inactive consumer group offset and lag
commit ca0094286ffad3b2fad35d7fadef6280632d87a4
Author: danielqsj <[email protected]>
Date: Fri Apr 6 20:38:21 2018 +0800
Remove unused variable
commit 47a04e76e00acc082c63bf988140362b6e0a917d
Merge: 501fb60 1cbb590
Author: Daniel (Shijun) Qian <[email protected]>
Date: Fri Apr 6 15:35:58 2018 +0800
Merge pull request #24 from danielqsj/update-vendor
Update vendor
commit 1cbb590176de488baa0e60ead6f82920c539b928
Author: danielqsj <[email protected]>
Date: Fri Apr 6 15:32:12 2018 +0800
Remove redundant alias
commit c005f471dcfd8db9172729555dc906f5c3f03ab0
Author: danielqsj <[email protected]>
Date: Fri Apr 6 15:30:14 2018 +0800
Update sarama to 1.16.0
commit 501fb604a53fda51c9ed428c47b1f2318a3677c7
Merge: 135c2b6 83d5579
Author: Daniel (Shijun) Qian <[email protected]>
Date: Mon Apr 2 09:43:40 2018 +0800
Merge pull request #21 from gpaggi/master
Make Kafka version configurable + fix logging
commit 83d55792c2c9f4fc10be4a4e56c87b653a4a015c
Merge: be4dc1c f44f172
Author: Gabriele Paggi <[email protected]>
Date: Fri Mar 30 14:23:41 2018 +0200
Merge pull request #2 from Crypto89/master
Fix memoryleak in go-metrics
commit f44f1724cb243345c9aec3d42a6d3a03bdbfa8f0
Author: Jorn Wijnands <[email protected]>
Date: Fri Mar 30 14:20:46 2018 +0200
Remove pprof
commit fffced7cd57ffa68ed054d8df8ea1296f1d9fef8
Author: Jorn Wijnands <[email protected]>
Date: Fri Mar 30 14:18:02 2018 +0200
Fix memory leak in go-metrics
commit be4dc1c3b33f53a0bb7318ffc9298effb07bc0f7
Author: Gabriele Paggi <[email protected]>
Date: Sat Mar 17 17:22:56 2018 +0100
Release 1.0.2
commit 42042a812dca400eec8b6b2f40b23605df4bb4fa
Merge: 3ea1455 df19c87
Author: Gabriele Paggi <[email protected]>
Date: Thu Mar 15 14:18:33 2018 +0100
Merge pull request #1 from Crypto89/master
Make kafka version configurable
commit df19c87d3c6ea1310de824e738dc9bf9505b53c3
Author: Jorn Wijnands <[email protected]>
Date: Thu Mar 15 14:14:45 2018 +0100
Bump version
commit 9f7cdeb6aa6b2d2eb913f00047ea021e398c7d29
Author: Jorn Wijnands <[email protected]>
Date: Thu Mar 15 14:14:03 2018 +0100
Make kafka version configurable
commit 3ea1455d737c5e2c3a5b7fe8f1287e76fd18d66d
Author: Gabriele Paggi <[email protected]>
Date: Thu Mar 15 11:52:46 2018 +0100
Version bump for release
commit 135c2b6b456ba7d6fcc124145db0d4036cfc9b01
Merge: f0203b6 ada1715
Author: Daniel (Shijun) Qian <[email protected]>
Date: Mon Mar 5 11:28:18 2018 +0800
Merge pull request #17 from gpaggi/master
No offset associated with a topic-partition under that consumer group
commit f0203b61d2b3fbce53595550a6cd84d59d1146d1
Merge: acb4af9 fb848e3
Author: Daniel (Shijun) Qian <[email protected]>
Date: Mon Mar 5 11:25:26 2018 +0800
Merge pull request #19 from daveworth/cleanup/use-integer-formats-in-logging
use integer format specifications for partitions
commit acb4af98b9c269cb4d5b9dadce04a9c4ffff975b
Merge: b5b6ff7 5c60ff5
Author: Daniel (Shijun) Qian <[email protected]>
Date: Mon Mar 5 11:23:36 2018 +0800
Merge pull request #18 from daveworth/bugfix/typo-in-offset-error-message
fix typo in offset-fetch error message
commit fb848e32933549a923da326847e5c7ff8dc0545c
Author: David Worth <[email protected]>
Date: Thu Mar 1 14:17:50 2018 -0700
use integer format specifications for partitions
One of the metalinters was complaining about this and it will
make the semi-confusing logs more obvious.
commit 5c60ff5f3d66aaf62042286af5cf29a4b16b6cca
Author: David Worth <[email protected]>
Date: Thu Mar 1 13:55:44 2018 -0700
fix typo in offset-fetch error message
commit ada171570872b28b2bcf0358dc671460f8dd9e17
Author: Gabriele Paggi <[email protected]>
Date: Thu Mar 1 16:58:50 2018 +0100
Cover the case where Kafka will return offset -1, and no error, if there is no offset associated with a topic-partition under that consumer group
commit b5b6ff7dd341599a069d9e3c2abe41556a055fc8
Merge: f1639a6 6d9e3d4
Author: Daniel (Shijun) Qian <[email protected]>
Date: Mon Feb 12 15:23:29 2018 +0800
Merge pull request #15 from ekarak/patch-1
guard against empty replicas list
commit 6d9e3d4c9241990145cb86193ccd07218b09466e
Author: Elias Karakoulakis <[email protected]>
Date: Mon Feb 12 09:17:02 2018 +0200
guard against empty replicas list
commit f1639a649ebcfe11bce6782ab281a59d05b6d9e9
Author: danielqsj <[email protected]>
Date: Fri Jan 12 21:03:06 2018 +0800
Release 1.0.1
commit cd611565df887b871d719e66362a0254c4886e5e
Author: danielqsj <[email protected]>
Date: Fri Jan 12 17:51:05 2018 +0800
Fix bug of sasl handshake
commit 91bcf3282f7dc4d501ab1c8540e7702d93126bc4
Author: danielqsj <[email protected]>
Date: Mon Jan 8 23:02:46 2018 +0800
Release 1.0.0
commit b647e3a719767823c01d68985b6b2e6798bad06a
Author: danielqsj <[email protected]>
Date: Mon Jan 8 22:59:38 2018 +0800
Update doc
commit 850362bf9a0ecedc20aac912ac50d54bf00ef0e8
Author: danielqsj <[email protected]>
Date: Mon Jan 8 22:56:29 2018 +0800
Update doc
commit 5eddc28357274fe2fadfb2ebf2c5f3834e975a1b
Author: danielqsj <[email protected]>
Date: Mon Jan 8 22:55:08 2018 +0800
Update doc
commit 83d04a06c2ae3d9262a40c5c225909e142762f9c
Author: danielqsj <[email protected]>
Date: Mon Jan 8 22:53:02 2018 +0800
Update doc
commit 1794a853b9c23caba6975b8ea5a5ba24d944d972
Author: danielqsj <[email protected]>
Date: Mon Jan 8 22:48:42 2018 +0800
Add help to kingpin
commit cb1e40cfddfaf4f1e0f10a37482069773c2bd6f6
Author: danielqsj <[email protected]>
Date: Mon Jan 8 20:57:01 2018 +0800
Format variable
commit 4d65832d36a07e1893b2a9ab156972e55091c128
Author: danielqsj <[email protected]>
Date: Mon Jan 8 18:20:08 2018 +0800
Update dockerfile
commit a7ad65fa2944d589fccf9ec6baf3f3bea5ce5010
Author: danielqsj <[email protected]>
Date: Mon Jan 8 18:17:53 2018 +0800
Update param help
commit af143b31cff38265c67f36050787519e4c67e56d
Author: danielqsj <[email protected]>
Date: Mon Jan 8 18:16:03 2018 +0800
Enhance tls
commit 83dfac7a5ff7ca0c4e08f60095f07d2d704e4a24
Author: danielqsj <[email protected]>
Date: Mon Jan 8 17:10:09 2018 +0800
Update param
commit 85357f37e590af2e7e6e09ab91f4bf4e6fe1bf43
Author: danielqsj <[email protected]>
Date: Mon Jan 8 17:00:52 2018 +0800
Add option to turn down SASL handshake
commit 68a28ebb90d431822ace8910daf96794f48b2788
Author: danielqsj <[email protected]>
Date: Mon Jan 8 14:10:58 2018 +0800
Change sarama client id
commit dd0713e6da9c5b44ec9588f4137b71474722684f
Author: danielqsj <[email protected]>
Date: Mon Jan 8 14:07:42 2018 +0800
Add log.level and log.enableSarama
commit 74b5048b8107e2e297d972506567f1589e44ab84
Author: danielqsj <[email protected]>
Date: Mon Jan 8 13:59:13 2018 +0800
Add option to enable sarama logging
commit da5a4975eab59b565f186f3ac998df62c57f18fd
Author: danielqsj <[email protected]>
Date: Mon Jan 8 10:35:36 2018 +0800
Update sarama to v1.15.0
commit 73401c7357187dec15d95bceea70c02f7ebaa2e1
Merge: bccac40 98d9ef0
Author: Daniel (Shijun) Qian <[email protected]>
Date: Thu Jan 4 09:40:03 2018 +0800
Merge pull request #5 from gpaggi/master
Add TLS support and fix concurrency issue while updating struct
commit 98d9ef07f6d359e43160c5a9c9ef7f4ff838b8ba
Author: Gabriele Paggi <[email protected]>
Date: Wed Jan 3 20:08:34 2018 +0100
Configure version when initializing the client. If done later on it overrides the whole config, wiping the SASL configuration, if any
commit b1f7575f47d09cb02fcc83c8ebe31fe36abf478c
Author: Gabriele Paggi <[email protected]>
Date: Tue Jan 2 16:12:02 2018 +0100
Fix concurrency issue
commit 109595308407ec1877dca13437586d45d7ffb671
Author: Gabriele Paggi <[email protected]>
Date: Tue Jan 2 12:01:56 2018 +0100
Add support for SSL
commit bccac4045e055ce97a7407a0bde5dcffa317e7a7
Author: danielqsj <[email protected]>
Date: Fri Dec 22 10:27:19 2017 +0800
Update doc
commit 77161033720d842d22e52a02250934ca83a3c42c
Author: danielqsj <[email protected]>
Date: Wed Dec 6 16:59:37 2017 +0800
Release 0.3.0
commit efb379bec9fbc5457ce5efcd152af4cbf111da3f
Author: danielqsj <[email protected]>
Date: Wed Dec 6 16:34:36 2017 +0800
Update doc
commit c6ee116579491380a0a04feb1022d6bf75f868af
Author: danielqsj <[email protected]>
Date: Wed Dec 6 16:28:22 2017 +0800
Update dependency constraint
commit d045495d87d04e9019d89b2b145ae99ed896544b
Author: danielqsj <[email protected]>
Date: Wed Dec 6 16:26:44 2017 +0800
Update doc
commit b9aba6b3361cadd1bb05ec08c6c3cc11bc73695f
Author: danielqsj <[email protected]>
Date: Wed Dec 6 16:24:51 2017 +0800
Update param description
commit 4ad3090574d2318e81326f253106c51e44b6289b
Author: danielqsj <[email protected]>
Date: Wed Dec 6 16:02:04 2017 +0800
Close sarama client when exit
commit 10003b6dd108b70308d108d45dfaf9cedd0a1f88
Author: danielqsj <[email protected]>
Date: Wed Dec 6 15:57:58 2017 +0800
Fix topic sync
commit fbcdb27c6c9cfb69c9d8dfd93ccbd9932afa3ea1
Author: danielqsj <[email protected]>
Date: Wed Dec 6 15:19:36 2017 +0800
Add support for topic filter
commit cc40763808089bac02ee46d34514801904d0e4a4
Author: danielqsj <[email protected]>
Date: Wed Dec 6 14:23:09 2017 +0800
set default value for sasl.enabled
commit e0a817d8b949b0f28707d21cccf87c72cdfa070b
Author: danielqsj <[email protected]>
Date: Wed Dec 6 14:19:54 2017 +0800
Update sarama to 1.14.0
commit 3cca26acc510201e4e62b9af802460c0a88270e3
Author: danielqsj <[email protected]>
Date: Wed Dec 6 14:01:29 2017 +0800
Update gitignore and ci config
commit 019a4322d8446cc562f55f96ae78fbc8eb4fad98
Merge: 9aecc7d 9c294a9
Author: Daniel (Shijun) Qian <[email protected]>
Date: Sun Dec 3 19:22:23 2017 -0600
Merge pull request #3 from wakeful/feature/add_sasl_support
add support for configuring SASL user & passwd
commit 9c294a976ddd4075f0cbaf9b1e842c3d88560409
Author: AJ <[email protected]>
Date: Tue Nov 21 18:55:02 2017 +0000
add support for configuring SASL user & passwd
commit 9aecc7d5965edf2230f8eb6992103396dfc11041
Author: danielqsj <[email protected]>
Date: Fri Oct 20 15:40:02 2017 +0800
release 0.2.0
commit 67070af539a0d4c41fb09b24879871fc1456b00f
Author: danielqsj <[email protected]>
Date: Fri Oct 20 14:53:44 2017 +0800
Change port to 9308 and accept multiple addresses
commit 7576d6aa0abd77ae33c982936fac83ec273ce099
Author: danielqsj <[email protected]>
Date: Thu Oct 19 17:44:07 2017 +0800
Update CI
commit f8f300d1d00661a7178b6f830b01417f01c66e61
Author: danielqsj <[email protected]>
Date: Thu Oct 19 17:15:22 2017 +0800
Update CI
commit d2892ccf7ed1ee96888b64ebb10b164f4bfa4400
Author: danielqsj <[email protected]>
Date: Thu Oct 19 16:31:50 2017 +0800
Update CI
commit bf59918794f3c7261a93e4f4a2f51a03456bebbc
Author: danielqsj <[email protected]>
Date: Thu Oct 19 16:29:42 2017 +0800
Update CI
commit a06c140cd4c8591a9f04e5e7d93ca7d4801d064c
Author: danielqsj <[email protected]>
Date: Thu Oct 19 16:25:32 2017 +0800
Update doc
commit 5cf1d2f6ef73dfb1619719caf4b406c77a1837aa
Author: danielqsj <[email protected]>
Date: Thu Oct 19 15:02:42 2017 +0800
Improve CI
commit cf1e830c66812521505d6df8ebf4cf23422b7b93
Author: danielqsj <[email protected]>
Date: Thu Oct 19 14:25:27 2017 +0800
Update doc
commit 2721ee48b6fac14bc070d9e5eaa1fba2738af16a
Author: danielqsj <[email protected]>
Date: Thu Oct 19 14:21:47 2017 +0800
Add ci
commit fc17588dfbc59191f20ee3e2b3354cf97827be6a
Author: danielqsj <[email protected]>
Date: Thu Oct 19 14:18:34 2017 +0800
Update README.md
commit 8a835b17e323a4f60a41ef73ca2f8d58663daec4
Author: danielqsj <[email protected]>
Date: Thu Oct 19 14:06:39 2017 +0800
Update README.md
commit 666588248557814e069d1a0a9e7ce9e72864e505
Author: danielqsj <[email protected]>
Date: Thu Oct 19 14:01:29 2017 +0800
Format name of metrics
commit a4fcd7b7be7ad06a9e327b299209bd8596efd47c
Author: Daniel (Shijun) Qian <[email protected]>
Date: Wed Oct 18 17:55:01 2017 +0800
Update README.md
commit ceaaee5e2da2af8754e282f64f2cd6bd1bcfcedb
Author: Daniel (Shijun) Qian <[email protected]>
Date: Wed Oct 18 17:49:49 2017 +0800
Update README.md
commit 41f39ada36ae297dfe7696497af673d7709d7812
Author: Daniel (Shijun) Qian <[email protected]>
Date: Wed Oct 18 17:46:42 2017 +0800
Update README.md
commit 14bfbe1e4ec3b376825423acec777109345a4cd5
Author: danielqsj <[email protected]>
Date: Wed Oct 18 15:29:45 2017 +0800
Update 0.1.0
commit 36ddbe453c51c26bc8d99fd6b6575e12fc46351f
Author: Daniel (Shijun) Qian <[email protected]>
Date: Fri Sep 15 11:23:21 2017 +0800
Initial commit