I have Grafana Setup currently with mimir and loki with the mimir alertmanager.
Everything works good for managing mimir alerts, and if i create a yaml file on my loki server i can view the alert rules in grafana but i cannot manage them.
" Errors loading rules
Failed to load rules config from Loki: Ruler API is not available for Loki"
I don’t know enough about how Mimir structures its rules to give a good answer, I’m afraid.
I had a look and Loki doesn’t allow you to configure a base path in the bucket for your rules, but Mimir does: Grafana Mimir configuration parameters | Grafana Mimir documentation (see storage_prefix option), so maybe you could use that to share the bucket but not have the rules conflict.