abhinavDhulipala
abhinavDhulipala
I see. That explains a lot. We recently had to modify the exporter for our purposes and found it more cumbersome then we would've liked. Especially since there is both...
Accidentally passed some invalid params to my promscale configs, when I reverted the same thing happened to me. Don't know the fix yet
For some reason, in my values file, my promscale connection secret name was set to `""`. I simply reverted to the default in the values file and it worked. Don't...
Ran into this problem again. For some reason the secret gets corrupted if an upgrade fails or cancels sometime? Not quite sure the conditions under which it gets corrupted. But...
A potential solutions here in the interim is to use dagster pipes and the k8s pipe client as described [here](https://docs.dagster.io/guides/dagster-pipes/kubernetes#step-21-define-the-dagster-asset)
I'm having this problem as well. More specifically ```bash kubectl logs tobs0-timescaledb-1 2023-04-06 05:18:27,510 ERROR: create_config_service failed Traceback (most recent call last): File "/usr/lib/python3/dist-packages/patroni/dcs/kubernetes.py", line 950, in _create_config_service if not...
Got by this particular bug via ```bash kubectl edit role tobs0-timescaledb ``` ```yaml rules: - apiGroups: - "" resources: - configmaps - services #
I implemented an exporter that implements most of the features of this exporter. No GPU or scheduler stats as our company has no use for them, but we implement pretty...
Hi guys, we are actively maintaining a JSON-based, hopefully, more maintainable/tested/testable fork here: [rivosinc/prometheus-slurm-exporter](https://github.com/rivosinc/prometheus-slurm-exporter). It's a complete rewrite. Feel free to contribute. Our next steps are adding JSON-based licensing support...
Yeah, sorry about that. We have to go through a OSS review process, so I had to briefly take it down. It should be up again momentarily. I apologize