childe / gohangout

使用 golang 模仿的 Logstash。用于消费 Kafka 数据,处理后写入 ES、Clickhouse 等。
MIT License
1.01k stars 234 forks source link

Replace glog with klog #231

Closed ColinChamber closed 11 months ago

codecov-commenter commented 11 months ago

Codecov Report

Patch coverage: 3.03% and no project coverage change.

Comparison is base (b5ba135) 32.62% compared to head (b06fb76) 32.62%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #231 +/- ## ======================================= Coverage 32.62% 32.62% ======================================= Files 53 53 Lines 4377 4377 ======================================= Hits 1428 1428 Misses 2794 2794 Partials 155 155 ``` | [Flag](https://app.codecov.io/gh/childe/gohangout/pull/231/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/childe/gohangout/pull/231/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `32.62% <3.03%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [codec/decoder.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y29kZWMvZGVjb2Rlci5nbw==) | `0.00% <0.00%> (ø)` | | | [codec/encoder.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y29kZWMvZW5jb2Rlci5nbw==) | `45.45% <0.00%> (ø)` | | | [condition\_filter/filter.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y29uZGl0aW9uX2ZpbHRlci9maWx0ZXIuZ28=) | `55.09% <0.00%> (ø)` | | | [filter/add.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmlsdGVyL2FkZC5nbw==) | `67.85% <0.00%> (ø)` | | | [filter/date.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmlsdGVyL2RhdGUuZ28=) | `62.83% <0.00%> (ø)` | | | [filter/filter.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmlsdGVyL2ZpbHRlci5nbw==) | `15.78% <0.00%> (ø)` | | | [filter/filters.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmlsdGVyL2ZpbHRlcnMuZ28=) | `7.14% <0.00%> (ø)` | | | [filter/gsub.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmlsdGVyL2dzdWIuZ28=) | `64.70% <0.00%> (ø)` | | | [filter/ipip.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmlsdGVyL2lwaXAuZ28=) | `1.98% <0.00%> (ø)` | | | [filter/json.go](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmlsdGVyL2pzb24uZ28=) | `70.73% <0.00%> (ø)` | | | ... and [27 more](https://app.codecov.io/gh/childe/gohangout/pull/231?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.