Arseny Zorin
Arseny Zorin
You can find some `sway` commands via `man 5 sway`. There you can find something like `workspace prev|next` and the command `sway workspace prev` or `sway workspace next` will allow...
Same issue here with an attempt to create k8s namespace. Is there any progress on this one?
Same here on Robusta 0.12.0 without UI integration
Yeah. I can confirm that we do not have `instance:node_memory_utilisation:ratio`. Only `container_memory_working_set_bytes`
I've created a PR on usage definitions instead of records Also, adding record to the Prom instance solved No Data error
Hi! Is there any progress on this?
I suppose, [this line](https://github.com/robusta-dev/prometrix/blob/4097c17c1fcc5dcdd34a20d7e5d02ef1bab1ef4a/prometrix/connect/custom_connect.py#L74) could be safely changed with ```py verify=self._session.verify ``` However, also in pyproject dependency has to be bumped up to 0.5.5, at least
Yeah I'm using Prometheus installed in k8s cluster. Prom version in `2.45.2`. This metric has these labels: `container_memory_working_set_bytes{container="", instance="", job="", namespace="", node="", pod="", scrape_endpoint="cadvisor", tier=""}` Also, there is a relabeling...
@arikalon1, what do you think?
Yeah. The issue persists when upgrading from 5.x.x to 6.x.x. As @AMKamel suggested, manual changes of stack works well. Or, you can explicitly set `corsHeaders: {}` in `ZeroTrustAccessApplicationArgs`. The similar...