Skip to content

Commit a78d471

Browse files
committed
ci: release 1.12.7
1 parent 8647a87 commit a78d471

File tree

8 files changed

+900
-43
lines changed

8 files changed

+900
-43
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
*CURRENT*
33
---
44

5+
- 2020-01-22 (Laisky) ci: upgrade go-utils
6+
- 2020-01-21 (Laisky) fix: auto gc ratio bug
7+
- 2020-01-21 (Laisky) ci: upgrade patch
8+
- 2020-01-21 (Laisky) fix: upgrade go-utils
9+
- 2020-01-21 (Laisky) feat: add `AutoGC`
10+
- 2020-01-21 (Laisky) ci: upgrade patch
11+
- 2020-01-21 (Laisky) fix: typo
12+
- 2020-01-21 (Laisky) fix: reduce duplicate alert
13+
- 2020-01-21 (Laisky) feat: add journal monitor
14+
- 2020-01-21 (Laisky) feat: enable gz
15+
- 2020-01-21 (Laisky) feat: set config file path(not dir path)
16+
- 2020-01-16 (Laisky) docs: update changelog
517
- 2020-01-16 (Laisky) fix: producer sender error
618
- 2020-01-16 (Laisky) fix: producer sender error
719
- 2020-01-16 (Laisky) fix: fluentd child sender

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ Rewrite fluentd-server by Golang, Higher performance with less resource requirem
2020

2121
Already running on our PRODUCION since 2018/9.
2222

23-
When processing 1000mbps logs flood: ![cpu](https://s3.laisky.com/uploads/2020/01/go-fluentd-1000mbps.png)
23+
When processing 1000mbps logs flood:
2424

25+
* dstat
26+
![dstat](https://s1.laisky.com/uploads/2020/01/dstat.png)
27+
* monitor
28+
![monitor](https://s2.laisky.com/uploads/2020/01/monitor.png)
29+
* profile
30+
![profile](https://s3.laisky.com/uploads/2020/01/profile.png)
2531

2632
Documents:
2733

@@ -97,11 +103,13 @@ run by docker:
97103
docker run -itd --rm --name=go-fluentd -p 24225:24225 -p 8080:8080 \
98104
-v /etc/configs/go-fluentd:/etc/go-fluentd \
99105
-v /data/log/fluentd/go-fluentd:/data/log/fluentd/go-fluentd
100-
ppcelery/go-fluentd:1.7.1 \
106+
ppcelery/go-fluentd:1.12.7 \
101107
./go-fluentd \
102-
--config=/etc/go-fluentd \
108+
--config=/etc/go-fluentd/settings.yml \
103109
--env=perf \
104110
--addr=0.0.0.0:8080
111+
--host=x.x.x.x
112+
--enable-auto-gc
105113
```
106114

107115

0 commit comments

Comments
 (0)