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

Support multiple templates for graphite serializers #7136

Merged
merged 7 commits into from
Mar 31, 2020

Conversation

shellwiz
Copy link
Contributor

@shellwiz shellwiz commented Mar 9, 2020

Current behavior:

[[outputs.graphite]]
  ...
  template = "host.tags.measurement.field"

Desired behavior:

[[outputs.graphite]]
    ...
    templates = [
     "cpu tags.measurement.host.field",
     "disk* measurement.field",
     "host.measurement.tags.field"
   ]

closes #7135

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@shellwiz
Copy link
Contributor Author

shellwiz commented Mar 9, 2020

#7135

@danielnelson danielnelson added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Mar 31, 2020
@danielnelson danielnelson added this to the 1.15.0 milestone Mar 31, 2020
@danielnelson danielnelson merged commit 0cad343 into influxdata:master Mar 31, 2020
@danielnelson
Copy link
Contributor

Great job, thanks!

athoune pushed a commit to bearstech/telegraf that referenced this pull request Apr 17, 2020
veorlo pushed a commit to GlobalNOC/telegraf that referenced this pull request May 4, 2020
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple templates for graphite serializers
2 participants