fluent / fluent/fluent-logger-python
Fluent send via UDP
- Langage dominant
- Python
- Étoiles
- 457
- Forks
- 138
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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!
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- observability-sre
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100