syberalexis / puppet-thanos

This module automates the install of Thanos and it's components into a service.
https://forge.puppet.com/maeq/thanos
Apache License 2.0
4 stars 16 forks source link

[FEATURE] Support for Thanos >= v0.26.0 #31

Closed Chr0my closed 1 year ago

Chr0my commented 1 year ago

Hi,

Would it be possible to add support for Thanos v0.26.0?

For instance, manifests/sidecar.pp has now 2 flags that are not supported and prevent the process to start:

Rename stores to endpoints for the querier as store is now deprecated

Also, it would be great to allow the module increasing the number of file descriptor the process can open (1024 by default)(https://thanos.io/tip/operating/binary-index-header.md/#impact-on-number-of-open-file-descriptors)

syberalexis commented 1 year ago

Version 1.3.0 is now deployed on Puppet Forge ;)