prometrix
prometrix copied to clipboard
I am trying to package this for openSUSE, but the tests are failing with a missing fixture. I have found no hint on which test dependencies I might be missing....
`prometheus-api-client==0.5.5` removed `PrometheusConnect.ssl_verification` resulting in such error when trying to use it: ``` Traceback (most recent call last): File "/home/leavemyyard/Documents/Robusta/krr/robusta_krr/core/runner.py", line 298, in run result = await self._collect_result() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
Another take based on https://github.com/robusta-dev/robusta/pull/975
There seem to be some releases in PyPI, but those are not available in Github as tags or releases. Could you please add those? Otherwise packaging this becomes a PITA......
See the docs [here](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#url-format) I think you could test if cluster by calling: ${url}:8481/admin/tenants the flags url would be: ${url}:8481/flags and query for ${tenant} (the default is 0) would be:...
migrate to Pytest for testing