dgolja / golja-influxdb

Puppet module for InfluxDB
Apache License 2.0
19 stars 73 forks source link

Add support for parameter max-values-per-tag #59

Open dhoppe opened 7 years ago

dhoppe commented 7 years ago

According to the changelog they added the parameter max-values-per-tag with a default of 100000. This patch should allow the user to disable this limitation, by setting max-values-per-tag to 0.

codylane commented 7 years ago

Hey @dhoppe - I've also addressed this in my refactor of this module found here: https://github.com/codylane/golja-influxdb/tree/devel.

Let me know if you have questions or concerns.