Jean-Baptiste Besselat
Jean-Baptiste Besselat
This PR makes the following changes: * add custom master configuration/slave only spot Fully tested on our production environment Fixes #82.
…f iterate over it In my template, I don't wan't to iterate over string. example {{#greet}}Hello, World!{{/greet}} with {:greet "true"} ;;(not booelan true, but string) will return Hello, World!Hello, World!Hello,...
**What happened**: On metric with high cardinality (a lots of prometheus series) we can't get label values. This is because label_values use /api/v1/series instead of /api/1v/label when there is a...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
This pull request simply add snapshot feature to this consul-client. Feel free to review function naming. I also hesitate to avoid body/binary-body duplication in response collection, but it's looks simpler...
Fix #95 , since viper support natively environnement variables parsing, I just add instruction to support them.