Matej Spiller Muys
Matej Spiller Muys
> Any updates? Just checked latest 2023.5 and unfortunately still lacking python 3.12 ... Is there any chance to get a least some timeline for python 3.12 since it was...
@stewartsmith Any chance to get this finally in AL2023.6? Before python 3.13 is released in a couple of days.
Well I hope they don't, because we are still after looking for python version parity with ec2 and lambdas. Currently we use 3.11 on ec2 and 3.11 on lambda (but...
Latest is 1.77.0 ... 1.68 is indeed quite dated. And based on: https://docs.kernel.org/process/changes.html Minimal required rust version is now 1.76.0
I managed to install 1.75 from AlmaLinux: ``` dnf install https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/cargo-1.75.0-1.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/rust-1.75.0-1.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/rust-std-static-1.75.0-1.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/llvm-libs-17.0.6-5.el9.x86_64.rpm ```
@rnhurt Thank you for the solution. It works perfectly. I just changed so ansible-lint is happy :) ``` # AL2023 uses "systemd" and has decreed that cron is no longer...
Disappointed. You should solve this internally in Amazon for AMI Image Builder to not uninstall cronie behind the scenes if we install it. The issue is not Amazon Linux per...
Sorry guys ... I got it all wrong in #128 :D Actually how it should be is to just escape the names from query builder: Like for our case: ```...
I tried this in grafana too. Entering the metrics without builder: But when trying to switch to builder: After accepting the risk and continue:
@Loori-R I tried and it's actually a lot better. However for such metrics we are unable to select label filters in dropdown. Raw query works (and we have 4 labels...