-
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 instance and object name in performance counters with backslashes #4572
Conversation
@jedthe3rd Could you test this fix with your setup? telegraf-1.8.0~9f9bd961_windows_amd64.zip |
I realized that there can be even more complex counter paths, e.g. |
@jedthe3rd Here is an updated build with the latest fixes for testing, if you are available to verify we can add this for 1.7.4: |
I"m sorry for discontinuous commits. The latest one is just an improved unit test. |
closes #4499
Overview
replaced complex regexp marching with simple index searching
Added unit test for counterPath parsing
Required for all PRs: