-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: input plugin statsd bug #10116
fix: input plugin statsd bug #10116
Conversation
…rror(return empty tag) influxdata#10113
Thanks so much for the pull request! |
!signed-cla |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for looking into fixing this problem, I've added two comments for you to look at.
73f0f98
to
52cbf17
Compare
52cbf17
to
fb5aba8
Compare
📦 Looks like new artifacts were built from this PR. Expand this list to get them here ! 🐯Artifact URLs |
Required for all PRs:
resolves #
fix bug:
fix: statsd plugin sanitizes '?' #10113
reason: input plugins(statsd), parse metrics line, value has '=' parse error(return empty tag,ignore tag)
After repair:
format
file: config/config.go adjust the deprecated position, some IDE can disply strikethrough, eg: goland