ethfoo

Results 102 comments of ethfoo

https://github.com/loggie-io/loggie/pull/224 Done

TODO: release in v1.1.0 - [ ] update kubernetes usage docs

想法不错,但我们确实没有试过。 欢迎poc一下,有问题和需求不满足的地方,随时记录在这个issues里。 如果可用的话,可以提个文档的PR作为一个case study。

Multiple sinks are not supported in one pipeline so far for some reason. Either sink occurs in series or sends events to another sink by copy, it's hard to handle...

This is needed by https://github.com/loggie-io/loggie-operator/issues/3

The previous [PR](https://github.com/loggie-io/loggie/pull/48) was closed.

暂时不支持,有兴趣欢迎提PR贡献~

promtail主要还是在Loki架构里,充当一个日志采集用的Agent,功能目前还都比较简单。 和Fluentd等对比,可以参考一下:[对比](https://loggie-io.github.io/docs/user-guide/architecture/compare/)。 总的来说,使用Golang编写的Loggie会比Fluentd更轻量、性能更好、有更多云原生的支持。