Hi folks, I’m running 24.10.0.2 and have Prometheus installed via the App catalog.
I’ve been trying understand how to edit prometheus.yml
to no avail.
I can sudo docker exec -it -u nobody <prometheus_container_id> /bin/sh
and then edit the file at /etc/prometheus.yml
but it seems my changes are lost if I restart the app (so the changes get picked up).
I had a look at /mnt/.ix-apps/app_mounts/prometheus/config/prometheus.yml
but it’s simply blank.
Any guidance would be appreciated!