fluent / fluent/fluent-logger-python
Fluent send via UDP
- 主要言語
- Python
- スター
- 457
- フォーク
- 138
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi folks
I've tried to send logs to fluentd with this code
`from fluent import sender
logger = sender.FluentSender('app', host='127.0.0.1', port=24224)
logger.emit('test', {'from': 'localhost', 'to': 'fluentd'})
logger.close()
`
And success!
Now, do you have idea to send that via udp?
If it's already the feature, please write it on readme.md. I think I'm not only one who wants to send logs via UDP.
Thank you!
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reading the FluentSender usage shown in the issue and inspect the current sender implementation to determine whether UDP is supported. Check README.md for existing transport documentation; done means the project’s UDP capability, if available, is documented, or the requested UDP support has a clearly defined implementation and verification path.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- observability-sre
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100