Sebastian YEPES

Results 71 comments of Sebastian YEPES

Welcome to the reality of the hashicorp community contributions, now you can better understand one of the main motivations of the [OpenTofu](https://opentofu.org/) fork

@Papalloon Yes need some spare time, but right now its pretty simple to get it working: - Download the built [jar](https://github.com/syepes/VSphere2Metrics/releases/latest) - Encrypt the user password `java -jar VSphere2Metrics.jar -pwd...

At the moment no, it collects all metrics without any discretion. This has however been a feature I would like to add but have had no free time for this.

@MrDibbley With the last version 1.6.2 you can more of less filter metrics per source type using the setting `vcs.collectors` 7c8e7a0739c4 Next time I will also add the possibility to...

@nitisht I was looking at this bug and found the following related issue https://github.com/apache/arrow-datafusion/issues/2374 To try and resolved this problem I see two possible fixes: 1. At the ingestion process...

> For query if double quoting is not a common knowledge then we can tweak query statement using sql parser to always include quotes for non-lowercase column names I had...