Skip to content
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(serializers.splunkmetric): Fix TOML option name for multi-metric #13511

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

srebhan
Copy link
Contributor

@srebhan srebhan commented Jun 27, 2023

resolves #13510

In the course of migrating serializers to the new-style framework TOML annotations where created based in the Config structure in registry.go. However, there are subtle differences between those and the actual option parsing that was done in config.go. This is one instance of such a difference.

The present PR reverts the TOML option back to splunkmetric_multimetric as used before v1.27.0.

@telegraf-tiger
Copy link
Contributor

@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Jun 27, 2023
@srebhan srebhan merged commit dba873c into influxdata:master Jun 28, 2023
24 checks passed
@srebhan srebhan deleted the serializers_splunk_issue_13510 branch June 28, 2023 11:53
powersj pushed a commit that referenced this pull request Jul 10, 2023
@srebhan srebhan added this to the v1.27.2 milestone Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug plugin/serializer ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Telegraf will not load when splunkmetric_multimetric is enabled
2 participants