Skip to content

FluentSender: fix requirement for root tag per sender instance #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

vgavro
Copy link
Contributor

@vgavro vgavro commented Feb 15, 2022

I want some messages to be generated with different tags, but for now i'm forced to use same root (prefix) tag for no reason per sender instance.
If I use FluentSender('').emit('my_tag', data) - I got ".my_tag" tag instead of "my_tag". This PR fixes this.

Signed-off-by: Victor Gavro <vgavro@gmail.com>
@coveralls
Copy link

coveralls commented Feb 15, 2022

Coverage Status

Coverage remained the same at 100.0% when pulling cd59f46 on vgavro:master into ace80f4 on fluent:master.

@vgavro
Copy link
Contributor Author

vgavro commented Feb 15, 2022

closed to change source branch (created #186 instead)

@vgavro vgavro closed this Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants