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 #7135

Closed
shellwiz opened this issue Mar 9, 2020 · 1 comment · Fixed by #7136
Closed

Support multiple templates for graphite serializers #7135

shellwiz opened this issue Mar 9, 2020 · 1 comment · Fixed by #7136
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@shellwiz
Copy link
Contributor

shellwiz commented Mar 9, 2020

Feature Request

Support multiple templates for graphite serializers

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"
   ]

Use case:

Useful create different graphite hierarchy for different measurements

@shellwiz
Copy link
Contributor Author

shellwiz commented Mar 9, 2020

#7136

@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Mar 31, 2020
@danielnelson danielnelson added this to the 1.15.0 milestone Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants