fluent / fluent/fluent-logger-python

Fluent send via UDP

未關閉
#75 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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!

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

首先閱讀 issue 中所示的 FluentSender 用法,並檢查目前的 sender 實作,以確定是否支援 UDP。檢查 README.md 中是否已有傳輸相關文件;當專案的 UDP 能力(如果可用)已被記錄,或所要求的 UDP 支援已有明確的實作與驗證路徑時,即視為完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
observability-sre
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。